home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17129 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.iag.net!gibson1
  2. From: rgibson@iag.net (Robert Gibson)
  3. Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c++
  4. Subject: Re: Creating a console window
  5. Date: Sat, 13 Apr 96 23:52:53 GMT
  6. Organization: Internet Access Group, Orlando, Florida
  7. Distribution: world
  8. Message-ID: <4kpemg$hvl@news.iag.net>
  9. References: <316C4760.4C@interaccess.com>
  10. NNTP-Posting-Host: pm3-orl15.iag.net
  11. X-Newsreader: News Xpress Version 1.0 Beta #2.1
  12.  
  13. "Thaddeus L. Olczyk" <Polczyk@interaccess.com> wrote:
  14. >Does anyone know how I can open a console window in a Win95 GUI app?
  15. >I want to dump some data for debugging purposes.
  16. >Richter's Advanced Windows says that it is possible, but does not say how, and
  17. >I have not been able to find a description anywhere else.
  18. >Thanks in advance.
  19. >Thaddeus L. Olczyk
  20.  
  21. Check out the example program DIAGXPRT in the owl examples.  Build it and then execute it.  It will provide you with a
  22. debugging window that you can send text to via the OutputDebugString API call.  Try it, you'll like it...
  23.  
  24. Rob
  25.